google.golang.org/grpc.ClientConn.authority (field)

8 uses

	google.golang.org/grpc (current package)
		clientconn.go#L259: 	cc.authority, err = determineAuthority(cc.parsedTarget.Endpoint(), cc.target, cc.dopts)
		clientconn.go#L263: 	channelz.Infof(logger, cc.channelzID, "Channel authority set to %q", cc.authority)
		clientconn.go#L289: 		Authority:        cc.authority,
		clientconn.go#L474: 	authority       string               // See determineAuthority().
		clientconn.go#L896: 	return cc.authority
		stream.go#L266: 		Host:           cc.authority,
		stream.go#L346: 			Authority:    cs.cc.authority,
		stream.go#L1204: 		Host:           ac.cc.authority,